The behavioral contract of any Carbonite DAO that manages entity persistence operations.

Namespace: Keystone.Carbonite
Assembly: Keystone.Carbonite (in Keystone.Carbonite.dll)

public interface IDao<TEntity, TEntityCollection, TFilteringCriteria, TOrderingCriteria, TPagingCriteria> : IBaseDao 
where TEntityCollection : IEnumerable<TEntity>
This language is not supported or no code example is available.

Type Parameters

TEntity

The entity to manage type.

TEntityCollection

The entity collection type.

TFilteringCriteria

The filtering criteria type to use in persistence operations.

TOrderingCriteria

The ordering criteria type to use in read operations.

TPagingCriteria

The paging criteria type to use in read operations.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono